From 1f207216645397dc830239916edf52216b4b1f5f Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 25 May 2019 01:12:40 +0200 Subject: [PATCH] We don't need to patch the hand-written Repo symbols any more --- rust-bindings/rust/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index 60946763..f7500861 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -18,9 +18,6 @@ target/tools/bin/rustdoc-stripper: merge-lgpl-docs: target/tools/bin/gir target/tools/bin/rustdoc-stripper target/tools/bin/gir -c conf/ostree.toml -m doc - for sym in list_refs list_refs_ext traverse_commit; do \ - sed -e "s///" -i target/vendor.md; \ - done target/tools/bin/rustdoc-stripper -g -o target/vendor.md -- 2.30.2